DataSource for Entity Framework in WPF
C1.Data Namespace / PagingView<T> Class / TotalItemCount Property

In This Topic
    TotalItemCount Property (PagingView<T>)
    In This Topic
    Gets the total number of entities in the view before paging is applied.
    Syntax
    'Declaration
     
    Public ReadOnly Property TotalItemCount As Integer
    public int TotalItemCount {get;}
    See Also